home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / text / tex / AmiWeb2C.lha / source / web2c-6.1 / SMakefile < prev   
Makefile  |  1995-04-20  |  14KB  |  535 lines

  1. # This is the top-level SMakefile for the complete TeX 3.14159, MetaFont
  2. # 2.718, MetaPost 0.63, BibTeX 0.99c, and TeXware installation based on
  3. # Karl Berry's Web2C 6.1.  All patches necessary for the Amiga-SAS/C
  4. # implementation are collected in this file.
  5.  
  6. # Targets in this SMakefile:
  7. # default: archive
  8. # archive: collect all patch files in a LHA file
  9. # source: collect all WEB sources in a LHA file
  10. # clean: delete all .bak files
  11. # veryclean: delete all .bak files and the two LHA files
  12. # remove: delete all patch files and all WEB sources (Caveat utilitor!)
  13. # removepatches: create the patch archive and remove all patch files
  14. # remove source: create the WEB source archive and remove all WEB sources
  15.  
  16. # Unfortunately, SMake can't `cd' into subdirectories, so to create the
  17. # Amiga installation of the complete TeX system follow the notes given in
  18. # `README.AMIGA' coming with this archive.
  19.  
  20. # Please send comments and suggestions to
  21. # Andreas Scherer
  22. # Roland-Stra{\ss}e 16
  23. # 52070 Aachen, Germany
  24. # <scherer@genesis.informatik.rwth-aachen.de> (Internet)
  25.  
  26. # We create two archives, one containing the complete Amiga patch, the
  27. # other holding the original WEB sources (for test purposes only).
  28. #
  29. archive = AmigaPatch.lha
  30. misc = Misc.lha
  31. source = TeXSource.lha
  32.  
  33. # The calling sequence for the LHA utility.
  34. #
  35. PACK = lha -x -r u
  36.  
  37. ############################################################################
  38. # Access below this point is authorized only if (1) you are Andreas Scherer,
  39. # or if (2) you make absolutely no changes to the code that follows.
  40. ############################################################################
  41.  
  42. # This is the collection of patches applied to Karl Berry's KPathSea
  43. # library.  The version applied in this Amiga installation is V1.6.
  44. #
  45. KPATHSEA =                \
  46.     kpathsea/absolute.ch        \
  47.     kpathsea/c-auto.h.ch        \
  48.     kpathsea/elt-dirs.ch        \
  49.     kpathsea/filefmt.hch        \
  50.     kpathsea/kpathsea.tch        \
  51.     kpathsea/line.ch        \
  52.     kpathsea/paths.hch.in        \
  53.     kpathsea/readable.ch        \
  54.     kpathsea/SMakefile        \
  55.     kpathsea/tex-doc.tch        \
  56.     kpathsea/tex-font.ch        \
  57.     kpathsea/tex-font.hch        \
  58.     kpathsea/tex-glyph.ch        \
  59.     kpathsea/tex-glyph.hch        \
  60.     kpathsea/tex-make.ch        \
  61.     kpathsea/tex-make.hch        \
  62.     kpathsea/truncate.ch        \
  63.     kpathsea/xmalloc.ch        \
  64.     kpathsea/xputenv.ch        \
  65.     kpathsea/xrealloc.ch
  66.  
  67. # This is the collection of patches applied to the Web2C library.
  68. # `convert.rexx' is the ARexx equivalent to the `sh' script.
  69. #
  70. WEB2CLIB1 =                \
  71.     web2c/lib/alloca.ch        \
  72.     web2c/lib/eofeoln.ch        \
  73.     web2c/lib/fprintreal.ch        \
  74.     web2c/lib/getopt.ch        \
  75.     web2c/lib/getopt1.ch        \
  76.     web2c/lib/inputint.ch        \
  77.     web2c/lib/main.ch        \
  78.     web2c/lib/openinout.ch        \
  79.     web2c/lib/ourpaths.ch        \
  80.     web2c/lib/strpascal.ch        \
  81.     web2c/lib/texmf.ch        \
  82.     web2c/lib/texmfhistory.ch    \
  83.     web2c/lib/uexit.ch        \
  84.     web2c/lib/xfopen-pas.ch        \
  85.     web2c/lib/zround.ch
  86. WEB2CLIB2 =                \
  87.     web2c/lib/bibtexmemory.h    \
  88.     web2c/lib/c-auto.h.ch        \
  89.     web2c/lib/config.hch        \
  90.     web2c/lib/convert.rexx        \
  91.     web2c/lib/cpascal.hch        \
  92.     web2c/lib/ourpaths.hch        \
  93.     web2c/lib/texmf.hch        \
  94.     web2c/lib/texmfextras.defines    \
  95.     web2c/lib/texmfmem.hch        \
  96.     web2c/lib/SMakefile
  97.  
  98. # This is the collection of patches applied to the Web2C system.
  99. #
  100. WEB2CWEB2C =                \
  101.     web2c/web2c/fixwrites.ch    \
  102.     web2c/web2c/regfix.ch        \
  103.     web2c/web2c/SMakefile        \
  104.     web2c/web2c/splitup.ch        \
  105.     web2c/web2c/web2c.ch        \
  106.     web2c/web2c/web2c.hch        \
  107.     web2c/web2c/web2c.lch        \
  108.     web2c/web2c/web2c.ych
  109.  
  110. # This is the collection of patches applied to the WEB system.
  111. #
  112. WEB2CWEB =                \
  113.     web2c/web/pooltype.chch        \
  114.     web2c/web/pooltype.version    \
  115.     web2c/web/SMakefile        \
  116.     web2c/web/tangle.chch        \
  117.     web2c/web/tangle.version    \
  118.     web2c/web/weave.chch        \
  119.     web2c/web/weave.version
  120.  
  121. # These are the WEB sources of the WEB system.
  122. #
  123. WEB2CWEBSRC =                \
  124.     web2c/web/pooltype.web        \
  125.     web2c/web/tangle.web        \
  126.     web2c/web/weave.web
  127.  
  128. # This is the collection of patches applied to the DVI utility programs.
  129. #
  130. WEB2CDVIUTIL =                \
  131.     web2c/dviutil/dvicopy.chch    \
  132.     web2c/dviutil/dvicopy.version    \
  133.     web2c/dviutil/dvitype.chch    \
  134.     web2c/dviutil/dvitype.version    \
  135.     web2c/dviutil/SMakefile
  136.  
  137. # These are the WEB sources of the DVI utility programs.
  138. #
  139. WEB2CDVIUTILSRC =            \
  140.     web2c/dviutil/dvicopy.web    \
  141.     web2c/dviutil/dvitype.web
  142.  
  143. # This is the collection of patches applied to the font utility programs.
  144. #
  145. WEB2CFONTUTIL1 =            \
  146.     web2c/fontutil/gftodvi.chch    \
  147.     web2c/fontutil/gftopk.chch    \
  148.     web2c/fontutil/gftype.chch    \
  149.     web2c/fontutil/mft.chch        \
  150.     web2c/fontutil/pktogf.chch    \
  151.     web2c/fontutil/pktype.chch    \
  152.     web2c/fontutil/pltotf.chch    \
  153.     web2c/fontutil/tftopl.chch    \
  154.     web2c/fontutil/vftovp.chch    \
  155.     web2c/fontutil/vptovf.chch    \
  156.     web2c/fontutil/SMakefile
  157. WEB2CFONTUTIL2 =            \
  158.     web2c/fontutil/gftodvi.version    \
  159.     web2c/fontutil/gftopk.version    \
  160.     web2c/fontutil/gftype.version    \
  161.     web2c/fontutil/mft.version    \
  162.     web2c/fontutil/pktogf.version    \
  163.     web2c/fontutil/pktype.version    \
  164.     web2c/fontutil/pltotf.version    \
  165.     web2c/fontutil/tftopl.version    \
  166.     web2c/fontutil/vftovp.version    \
  167.     web2c/fontutil/vptovf.version
  168.  
  169. # These are the WEB sources of the font utility programs.
  170. #
  171. WEB2CFONTUTILSRC =            \
  172.     web2c/fontutil/gftodvi.web    \
  173.     web2c/fontutil/gftopk.web    \
  174.     web2c/fontutil/gftype.web    \
  175.     web2c/fontutil/mft.web        \
  176.     web2c/fontutil/pktogf.web    \
  177.     web2c/fontutil/pktype.web    \
  178.     web2c/fontutil/pltotf.web    \
  179.     web2c/fontutil/tftopl.web    \
  180.     web2c/fontutil/vftovp.web    \
  181.     web2c/fontutil/vptovf.web
  182.  
  183. # This is the collection of patches applied to the MetaFont system.
  184. #
  185. WEB2CMF =                \
  186.     web2c/mf/coerce.add.ch        \
  187.     web2c/mf/convert.rexx        \
  188.     web2c/mf/mf.chch        \
  189.     web2c/mf/mfmemory.ch        \
  190.     web2c/mf/mfmemory.sed        \
  191.     web2c/mf/mf_20.ch        \
  192.     web2c/mf/settrapenv        \
  193.     web2c/mf/SMakefile
  194.  
  195. # This is the Amiga window support for the MetaFont Online Display.
  196. #
  197. WEB2CMFWINDOW =                \
  198.     web2c/mf/MFwindow/amiga.c
  199.  
  200. # This is support for 68020 processors in some `inner loopy' routines.
  201. #
  202. WEB2CMF64BIT =                \
  203.     web2c/mf/64bit/64bit.a        \
  204.     web2c/mf/64bit/main.c        \
  205.     web2c/mf/64bit/SMakefile
  206.  
  207. # This is the WEB source of the MetaFont program, version 2.718.
  208. #
  209. WEB2CMFSRC =                \
  210.     web2c/mf/mf.web
  211.  
  212. # This is the collection of patches applied to the TeX system.
  213. #
  214. WEB2CTEX =                \
  215.     web2c/tex/coerce.add.ch        \
  216.     web2c/tex/convert.rexx        \
  217.     web2c/tex/patgen.chch        \
  218.     web2c/tex/patgen.version    \
  219.     web2c/tex/settripenv        \
  220.     web2c/tex/SMakefile        \
  221.     web2c/tex/tex.chch        \
  222.     web2c/tex/texmemory.ch        \
  223.     web2c/tex/texmemory.sed
  224.  
  225. # This is the WEB source of the TeX program, version 3.14159.
  226. #
  227. WEB2CTEXSRC =                \
  228.     web2c/tex/glue.web        \
  229.     web2c/tex/patgen.web        \
  230.     web2c/tex/tex.web
  231.  
  232. # This is the Environment Variable PATH system by Giuseppe Ghib\'o.
  233. # It provides an Amiga specific alternative to KPathSea.  Not implemented.
  234. #
  235. WEB2CEVPATHS =                    \
  236.     web2c/evpaths/EVPaths.c            \
  237.     web2c/evpaths/EVPaths.h            \
  238.     web2c/evpaths/mfsubs.a            \
  239.     web2c/evpaths/mfsubs.h            \
  240.     web2c/evpaths/PEVPaths.cc        \
  241.     web2c/evpaths/SMakefile            \
  242.     web2c/evpaths/SNPrintf.a        \
  243.     web2c/evpaths/takefraction.a        \
  244.     web2c/evpaths/takefraction_020.a    \
  245.     web2c/evpaths/takefraction_020a.a    \
  246.     web2c/evpaths/takefraction_020a1.a    \
  247.     web2c/evpaths/takescaled.a        \
  248.     web2c/evpaths/takescaled_020.a        \
  249.     web2c/evpaths/taketest.c        \
  250.     web2c/evpaths/TeXSaveString.c        \
  251.     web2c/evpaths/TeXWhereIs.c        \
  252.     web2c/evpaths/TeXWhereIs2.c
  253.  
  254. # This is the TeX--XeT system (versions 1.0 and 1.1).  Not implemented.
  255. #
  256. WEB2CTEXXET =                \
  257.     web2c/texxet/TEX--XET.DOC    \
  258.     web2c/texxet/TEX--XET1.0.CHANGE    \
  259.     web2c/texxet/TEX--XET1.1.CHANGE
  260.  
  261. # This is the collection of patches applied to the BibTeX system.
  262. #
  263. WEB2CBIBTEX =                \
  264.     web2c/bibtex/bibtex.chch    \
  265.     web2c/bibtex/bibtexmemory.ch    \
  266.     web2c/bibtex/bibtexmemory.sed    \
  267.     web2c/bibtex/convert.rexx    \
  268.     web2c/bibtex/SMakefile
  269.  
  270. # This is the WEB source of the BibTeX program, version 0.99c.
  271. WEB2CBIBTEXSRC =            \
  272.     web2c/bibtex/bibtex.web
  273.  
  274. # This is the collection of patches applied to the MetaPost system.
  275. #
  276. WEB2CMP =                \
  277.     web2c/mp/coerce.add.ch        \
  278.     web2c/mp/convert.rexx        \
  279.     web2c/mp/mathtest.ch        \
  280.     web2c/mp/mp.chch        \
  281.     web2c/mp/mpmath.ch        \
  282.     web2c/mp/mpmemory.ch        \
  283.     web2c/mp/mpmemory.sed        \
  284.     web2c/mp/mp_20.ch        \
  285.     web2c/mp/pmath.ch        \
  286.     web2c/mp/settrapenv        \
  287.     web2c/mp/SMakefile        \
  288.     web2c/mp/test_mpd.hch        \
  289.     web2c/mp/time.ch
  290.  
  291. # This is the collection of patches applied to the MetaPost utilities.
  292. #
  293. WEB2CMPWARE =                \
  294.     web2c/mpware/dmp.ch        \
  295.     web2c/mpware/dvitomp.chch    \
  296.     web2c/mpware/dvitomp.version    \
  297.     web2c/mpware/makempx.rexx    \
  298.     web2c/mpware/mptotex.ch        \
  299.     web2c/mpware/mptotr.ch        \
  300.     web2c/mpware/newer.ch        \
  301.     web2c/mpware/pathexp.ch        \
  302.     web2c/mpware/site.hch        \
  303.     web2c/mpware/SMakefile
  304.  
  305. # This is the complete MetaPost system, version 0.63.
  306. # As it is very big in size, use the original archive from CTAN.
  307. #
  308. WEB2CMPDISTSRC =            \
  309.     web2c/mpdist/CHANGES        \
  310.     web2c/mpdist/defaults.h        \
  311.     web2c/mpdist/DISCLAIMER        \
  312.     web2c/mpdist/Makefile        \
  313.     web2c/mpdist/NOTICE        \
  314.     web2c/mpdist/README        \
  315.     web2c/mpdist/site.h        \
  316.     web2c/mpdist/VERSION        \
  317.     web2c/mpdist/doc        \
  318.     web2c/mpdist/mplib
  319. WEB2CMPSRC =                \
  320.     web2c/mp/convert        \
  321.     web2c/mp/fix.lex        \
  322.     web2c/mp/fixcoerce.h        \
  323.     web2c/mp/ini_to_trap        \
  324.     web2c/mp/Makefile        \
  325.     web2c/mp/mathtest.c        \
  326.     web2c/mp/mp.ch            \
  327.     web2c/mp/mp.def            \
  328.     web2c/mp/mp.h            \
  329.     web2c/mp/mp.web            \
  330.     web2c/mp/mpext.c        \
  331.     web2c/mp/mpmath.c        \
  332.     web2c/mp/pathexp.c        \
  333.     web2c/mp/pmath.c        \
  334.     web2c/mp/test_mpd.h        \
  335.     web2c/mp/time.c            \
  336.     web2c/mp/trapmp
  337. WEB2CMPMPTRAPSRC =            \
  338.     web2c/mp/MPtrap/mtrap.0        \
  339.     web2c/mp/MPtrap/mtrap.1        \
  340.     web2c/mp/MPtrap/mtrap.log    \
  341.     web2c/mp/MPtrap/mtrap.mp    \
  342.     web2c/mp/MPtrap/README        \
  343.     web2c/mp/MPtrap/trap.148    \
  344.     web2c/mp/MPtrap/trap.149    \
  345.     web2c/mp/MPtrap/trap.150    \
  346.     web2c/mp/MPtrap/trap.151    \
  347.     web2c/mp/MPtrap/trap.197    \
  348.     web2c/mp/MPtrap/trap.200    \
  349.     web2c/mp/MPtrap/trap.5        \
  350.     web2c/mp/MPtrap/trap.6        \
  351.     web2c/mp/MPtrap/trap.fot    \
  352.     web2c/mp/MPtrap/trap.log    \
  353.     web2c/mp/MPtrap/trap.mp        \
  354.     web2c/mp/MPtrap/trap.mpx    \
  355.     web2c/mp/MPtrap/trap.pl        \
  356.     web2c/mp/MPtrap/trap1.in    \
  357.     web2c/mp/MPtrap/trap2.in    \
  358.     web2c/mp/MPtrap/trapf.pl    \
  359.     web2c/mp/MPtrap/trapin.log    \
  360.     web2c/mp/MPtrap/writeo        \
  361.     web2c/mp/MPtrap/writeo.2
  362. WEB2CMPWARESRC =            \
  363.     web2c/mpware/convert        \
  364.     web2c/mpware/dmp.c        \
  365.     web2c/mpware/dvimpext.c        \
  366.     web2c/mpware/dvitomp.ch        \
  367.     web2c/mpware/dvitomp.web    \
  368.     web2c/mpware/Makefile        \
  369.     web2c/mpware/makempx        \
  370.     web2c/mpware/mptotex.c        \
  371.     web2c/mpware/mptotr.c        \
  372.     web2c/mpware/mpware.def        \
  373.     web2c/mpware/mpware.h        \
  374.     web2c/mpware/newer.c        \
  375.     web2c/mpware/testex.err        \
  376.     web2c/mpware/testex.mp        \
  377.     web2c/mpware/testex.tex        \
  378.     web2c/mpware/troffmpx
  379.  
  380. # And finally some special stuff for the Amiga implementation.
  381. #
  382. WEB2CAREXX =                \
  383.     web2c/arexx/NameStruc        \
  384.     web2c/arexx/TeXEdit.rexx
  385.  
  386. WEB2CCONFIG =                \
  387.     web2c/config/bibtex.mcf        \
  388.     web2c/config/mf.mcf        \
  389.     web2c/config/mftrap.mcf        \
  390.     web2c/config/mp.mcf        \
  391.     web2c/config/mptrap.mcf        \
  392.     web2c/config/tex.mcf        \
  393.     web2c/config/textrip.mcf
  394.  
  395. WEB2C =                    \
  396.     README.AMIGA            \
  397.     README.PATCH            \
  398.     SMakefile
  399.  
  400. # The Amiga distribution contains only the second level patches.
  401. #
  402. PATCH =             \
  403.     $(KPATHSEA)        \
  404.     $(WEB2CLIB1)        \
  405.     $(WEB2CLIB2)        \
  406.     $(WEB2CWEB2C)        \
  407.     $(WEB2CWEB)        \
  408.     $(WEB2CDVIUTIL)        \
  409.     $(WEB2CFONTUTIL1)    \
  410.     $(WEB2CFONTUTIL2)    \
  411.     $(WEB2CMF)        \
  412.     $(WEB2CMFWINDOW)    \
  413.     $(WEB2CMF64BIT)        \
  414.     $(WEB2CTEX)        \
  415.     $(WEB2CBIBTEX)        \
  416.     $(WEB2CMP)        \
  417.     $(WEB2CMPWARE)        \
  418.     $(WEB2CAREXX)        \
  419.     $(WEB2CCONFIG)        \
  420.     $(WEB2C)
  421.  
  422. # Other source collections.
  423. #
  424. OTHER =                \
  425.     $(WEB2CEVPATHS)        \
  426.     $(WEB2CTEXXET)
  427.  
  428. # This list of files is needed in addition to Web2C.
  429. #
  430. ORIGINAL =                \
  431.     $(WEB2CWEBSRC)            \
  432.     $(WEB2CDVIUTILSRC)        \
  433.     $(WEB2CFONTUTILSRC)        \
  434.     $(WEB2CMFSRC)            \
  435.     $(WEB2CTEXSRC)            \
  436.     $(WEB2CBIBTEXSRC)        \
  437.     $(WEB2CMPDISTSRC)        \
  438.     $(WEB2CMPDISTDOCSRC)        \
  439.     $(WEB2CMPDISTMPLIBSRC)        \
  440.     $(WEB2CMPDISTMPLIBCHARLIBSRC)    \
  441.     $(WEB2CMPSRC)            \
  442.     $(WEB2CMPMPTRAPSRC)        \
  443.     $(WEB2CMPWARESRC)
  444.  
  445. # OK, lets go to work.
  446. #
  447. default: archive
  448.  
  449. archive: $(PATCH)
  450.     $(PACK) $(archive) $(KPATHSEA)
  451.     $(PACK) $(archive) $(WEB2CLIB1)
  452.     $(PACK) $(archive) $(WEB2CLIB2)
  453.     $(PACK) $(archive) $(WEB2CWEB2C)
  454.     $(PACK) $(archive) $(WEB2CWEB)
  455.     $(PACK) $(archive) $(WEB2CDVIUTIL)
  456.     $(PACK) $(archive) $(WEB2CFONTUTIL1)
  457.     $(PACK) $(archive) $(WEB2CFONTUTIL2)
  458.     $(PACK) $(archive) $(WEB2CMF)
  459.     $(PACK) $(archive) $(WEB2CMFWINDOW)
  460.     $(PACK) $(archive) $(WEB2CMF64BIT)
  461.     $(PACK) $(archive) $(WEB2CTEX)
  462.     $(PACK) $(archive) $(WEB2CBIBTEX)
  463.     $(PACK) $(archive) $(WEB2CMP)
  464.     $(PACK) $(archive) $(WEB2CMPWARE)
  465.     $(PACK) $(archive) $(WEB2CAREXX)
  466.     $(PACK) $(archive) $(WEB2CCONFIG)
  467.     $(PACK) $(archive) $(WEB2C)
  468.  
  469. misc:    $(OTHER)
  470.     $(PACK) $(misc) $(WEB2CEVPATHS)
  471.     $(PACK) $(misc) $(WEB2CTEXXET)
  472.  
  473. source: $(ORIGINAL)
  474.     $(PACK) $(source) $(WEB2CWEBSRC)
  475.     $(PACK) $(source) $(WEB2CDVIUTILSRC)
  476.     $(PACK) $(source) $(WEB2CFONTUTILSRC)
  477.     $(PACK) $(source) $(WEB2CMFSRC)
  478.     $(PACK) $(source) $(WEB2CTEXSRC)
  479.     $(PACK) $(source) $(WEB2CBIBTEXSRC)
  480.     $(PACK) $(source) $(WEB2CMPDISTSRC)
  481.     $(PACK) $(source) $(WEB2CMPDISTDOCSRC)
  482.     $(PACK) $(source) $(WEB2CMPDISTMPLIBSRC)
  483.     $(PACK) $(source) $(WEB2CMPDISTMPLIBCHARLIBSRC)
  484.     $(PACK) $(source) $(WEB2CMPSRC)
  485.     $(PACK) $(source) $(WEB2CMPMPTRAPSRC)
  486.     $(PACK) $(source) $(WEB2CMPWARESRC)
  487.  
  488. # Clean up the development environment.
  489. #
  490. clean:
  491.     - delete \#?.bak
  492.  
  493. veryclean: clean
  494.     - delete $(archive) $(misc) $(source)
  495.  
  496. # Extract and remove all patches and original sources from Web2C.
  497. #
  498. remove: removepatches removeother removesource
  499.  
  500. removepatches: archive
  501.     - delete $(KPATHSEA)
  502.     - delete $(WEB2CLIB1)
  503.     - delete $(WEB2CLIB2)
  504.     - delete $(WEB2CWEB2C)
  505.     - delete $(WEB2CWEB)
  506.     - delete $(WEB2CDVIUTIL)
  507.     - delete $(WEB2CFONTUTIL1)
  508.     - delete $(WEB2CFONTUTIL2)
  509.     - delete $(WEB2CMF)
  510.     - delete $(WEB2CMFWINDOW)
  511.     - delete $(WEB2CMF64BIT) web2c/mf/64bit
  512.     - delete $(WEB2CTEX)
  513.     - delete $(WEB2CBIBTEX)
  514.     - delete $(WEB2CMP)
  515.     - delete $(WEB2CMPWARE)
  516.     - delete $(WEB2CAREXX) web2c/arexx
  517.     - delete $(WEB2CCONFIG) web2c/config
  518.     - delete $(WEB2C)
  519.  
  520. removeother: misc
  521.     - delete $(WEB2CEVPATHS) web2c/evpaths
  522.     - delete $(WEB2CTEXXET) web2c/texxet
  523.  
  524. removesource: source
  525.     - delete $(WEB2CWEBSRC)
  526.     - delete $(WEB2CDVIUTILSRC)
  527.     - delete $(WEB2CFONTUTILSRC)
  528.     - delete $(WEB2CMFSRC)
  529.     - delete $(WEB2CTEXSRC)
  530.     - delete $(WEB2CBIBTEXSRC)
  531.     - delete $(WEB2CMPDISTSRC) all
  532.     - delete $(WEB2CMPSRC)
  533.     - delete $(WEB2CMPMPTRAPSRC)
  534.     - delete $(WEB2CMPWARESRC)
  535.